<!-- TWO STEPS TO INSTALL NEW WINDOW: 1. Copy the first coding into the HEAD of your HTML document 2. Paste the last code in the BODY of your HTML document --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document --> <html> <head><script LANGUAGE="JavaScript"> <!--Total Java Scripts 99 - Next Step Software--> <!-- Begin function Start(page) { OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resize=yes"); } // End --> </script> <title></title> </head> <!-- STEP ONE: Paste this code into the BODY of your HTML document --> <body> <form> <p><input type="button" onClick="Start('sample.htm')" value="Click Here For New Window"> </p> </form> <p align="center">or</p> <p align="center"><a href="javascript:Start('sample.htm')" ;>Click Here For New Window</a> <!-- Script Size: 0.96 KB --></p> </body> </html>
1998 Copyright (C) Next Step Software All Rights Reserved